rockchip: Add support for MiQi rk3288 board
authorJernej Skrabec <[email protected]>
Wed, 29 Mar 2017 23:23:14 +0000 (01:23 +0200)
committerSimon Glass <[email protected]>
Wed, 5 Apr 2017 02:01:57 +0000 (20:01 -0600)
commit7da8680b260b4598d841d9a8432d95d56cb86d9f
tree346fb897bd7becb649ac97a5053f52a602a0d11f
parent43b5c78d8d9104bf498838defebda1b772488536
rockchip: Add support for MiQi rk3288 board

MiQi is rk3288 based development board with 1 or 2 GB SDRAM, 16 GB eMMC,
micro SD card interface, 4 USB 2.0 ports, HDMI, gigabit Ethernet and
expansion ports.

Signed-off-by: Jernej Skrabec <[email protected]>
Reviewed-by: Kever Yang <[email protected]>
Reviewed-by: Eddie Cai <[email protected]>
Acked-by: Simon Glass <[email protected]>
arch/arm/dts/Makefile
arch/arm/dts/rk3288-miqi.dts [new file with mode: 0644]
arch/arm/dts/rk3288-miqi.dtsi [new file with mode: 0644]
arch/arm/mach-rockchip/rk3288/Kconfig
board/mqmaker/miqi_rk3288/Kconfig [new file with mode: 0644]
board/mqmaker/miqi_rk3288/MAINTAINERS [new file with mode: 0644]
board/mqmaker/miqi_rk3288/Makefile [new file with mode: 0644]
board/mqmaker/miqi_rk3288/miqi-rk3288.c [new file with mode: 0644]
configs/miqi-rk3288_defconfig [new file with mode: 0644]
doc/README.rockchip
include/configs/miqi_rk3288.h [new file with mode: 0644]